/* css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; overflow:hidden;color:#333; font-size:14px; font-family: '微软雅黑',Verdana, Arial, Helvetica, sans-serif;min-width:1200px;}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal;}
a { color:#333; text-decoration:none;}
a:hover { text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
/* css common */
.clear:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clear { *zoom:1; }
/*overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;*/
/*分页*/
div.page{padding:5px 10px;font-size:80%;margin:5px;margin-top:40px;color:#666;text-align:center;}
div.page a{border:#ccc 1px solid;padding:5px 10px;background-position:50% bottom;margin:0 10px 0 0;text-decoration:none;color:#000;background-color:#fff;}
div.page a:hover{border:#0c6bbd 1px solid;padding:5px 10px;background-image:none;color:#fff;background-color:#0c6bbd;}
div.page a:active{border:#0c6bbd 1px solid;padding:5px 10px;background-image:none;color:#fff;background-color:#0c6bbd;}
div.page span.current{border:#0c6bbd 1px solid;padding:5px 10px;font-weight:normal;color:#fff;margin:0 10px 0 0;background-color:#0c6bbd;}
div.page span.disabled{border:#ccc 1px solid;padding:5px 10px;color:#000;margin:0 10px 0 0;background-color:#ccc;}


/*上一页下一页*/
.tar{margin-top: 20px;padding-bottom: 20px;border-bottom: 0px dashed #888;}
.prevart{float:left;max-width:40%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left: 10px;padding-right: 10px;height: 36px;line-height: 36px;font-size: 16px;color:#0c6bbd;border: 1px solid #0c6bbd;}
.nextart{float:right;max-width:40%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left: 10px;padding-right: 10px;height: 36px;line-height: 36px;font-size: 16px;color:#0c6bbd;border: 1px solid #0c6bbd;}
.prevart a{color:#0c6bbd;}
.nextart a{color:#0c6bbd;}

.prevart:hover{color:#fff;background: #0c6bbd;}
.nextart:hover{color:#fff;background: #0c6bbd;}
.prevart:hover a{color:#fff;background: #0c6bbd;}
.nextart:hover a{color:#fff;background: #0c6bbd;}

.prevart.off{float:left;width:auto;padding-left: 10px;padding-right: 10px;height: 36px;line-height: 36px;font-size: 16px;color:#ccc;border: 1px solid #ccc;}
.nextart.off{float:right;width:auto;padding-left: 10px;padding-right: 10px;height: 36px;line-height: 36px;font-size: 16px;color:#ccc;border: 1px solid #ccc;}
.prevart.off a{color:#ccc;}
.nextart.off a{color:#ccc;}

.prevart.off:hover{color:#fff;background: #ccc;}
.nextart.off:hover{color:#fff;background: #ccc;}
.prevart.off:hover a{color:#fff;background: #ccc;}
.nextart.off:hover a{color:#fff;background: #ccc;}

/*相关文章*/
.recommendnews .title{margin-top: 20px;height:60px;line-height: 80px;font-size: 20px;font-weight: bold;text-align: left;border-bottom: 1px solid #000;}
.recommendnews .left{float:left;width: 585px;min-height:200px;line-height: 40px;}
.recommendnews .right{float:right;width: 585px;min-height:200px;line-height: 40px;}
.recommendnews .newslist{margin-top: 20px;}
.recommendnews .newslist .news-item{height:40px;background: url(../images/dotted.jpg) repeat-x center;}
.recommendnews .newslist .news-item .img{float:left;width:40px;height: 40px;background:#E7F3FA url(../images/li-off.jpg) no-repeat center;}
.recommendnews .newslist .news-item .ntitle{float:left;width:auto;max-width: 400px;height:40px;padding-left:10px;padding-right:10px;line-height:40px;white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.recommendnews .newslist .news-item .time{float:right;width:auto;max-width: 90px;height:40px;padding-left:10px;padding-right:10px;line-height:40px;white-space:nowrap;overflow: hidden;text-overflow:ellipsis;color:#888;font-size: 12px;}
.recommendnews .newslist .news-item:hover .img{background:#E7F3FA url(../images/li-on.jpg) no-repeat center;}
.recommendnews .newslist .news-item:hover .ntitle{font-weight: bold;color:#21bd45;}

/*推荐产品*/
.recommendnews .plist{width: 1236px;margin-top: 20px;}
.recommendnews .plist .p-item{float:left;width: 210px;height: 210px;margin-right: 36px;}
.recommendnews .plist .p-item .img{width:210px;height:170px;overflow: hidden;}
.recommendnews .plist .p-item .img img{width: 210px;height: 170px;}
.recommendnews .plist .p-item .ptitle{width: 210px;height: 40px;line-height: 40px;background:#232323; text-align: center;color:#fff;}
.recommendnews .plist .p-item:hover .ptitle{background: #21bd45;color:#fff;}